Skip to content

Update the call to murmurhash in documentation#240

Open
mkmohangb wants to merge 1 commit intoekzhu:masterfrom
mkmohangb:patch-1
Open

Update the call to murmurhash in documentation#240
mkmohangb wants to merge 1 commit intoekzhu:masterfrom
mkmohangb:patch-1

Conversation

@mkmohangb
Copy link

No description provided.

# can be encoded in 32 bits.
def _hash_func(d):
return mmh3.hash32(d)
return mmh3.hash(d, signed=False)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good. I see now that this is the same change I made in #304 - both fix the same problem. I approve this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants